home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / T0312 / text0043.txt < prev    next >
Encoding:
Text File  |  1997-02-06  |  1.8 KB  |  39 lines

  1. > On Mon, 11 Mar 1996, Anthony Jacques wrote:
  2. > > (BTW. I have an idea about a proper fade that would be *much* faster than
  3. > >  the one by Genie of Network Trash as seen all over the place...)
  4. > You can always use a table of 64k words, with each colour representated 
  5. > one step darker. You can then have every "real" colour refered to the 
  6. > table and get quite fast (still far to slow) fade. It's alot faster than 
  7. > getting the separate RGB values out and then put them back, but also uses 
  8. > far to much memory.
  9.  
  10. Well, the method that I've done in the 'pause' routine takes 1 AND, and 1
  11. SHIFT (and 2 MOVEs) per pixel to reduce to 50%. When I get time, I might
  12. try using a simular method for reducing to any percentage... I guess this
  13. would thrash the cache less than look-up tables...
  14.  
  15. BUT this wont be in the next few days, as tommorrow, my Falcon is going off
  16. to System Sollutions for them to fit my FPU and FX-card! :-)
  17.  
  18. > It's also possible to do hardware fading, but that bugs with TVs, VGAs 
  19. > and RGB projectors. 
  20.  
  21. I heard of this a while ago, but haven't a clue how it works... but I only
  22. have access to sVGA and an old black and white TV, so it doesn't really
  23. affect me...
  24.  
  25. Anthony
  26. --
  27. -------------------------------------+------------------------------
  28. Anthony Jacques                      |  STOS Falcon Extension v1.2a
  29.                                      |  Generic STOS Fixer v0.99 
  30. mailto:jacquesa@cs.man.ac.uk         |  available from WWW pages
  31. http://www.cs.man.ac.uk/~jacquesa/   |  - UUEncoded on request.
  32. -------------------------------------+------------------------------
  33. NEWSFLASH: Falcon extension. 1.3 to be released tommorrow!! (honest)
  34.            Generic STOS Fixer 1.0 also to be released today!!
  35. -------------------------------------+------------------------------
  36.  
  37.